home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility1 / gswngui2.zip / UPPR_GIF.PS < prev    next >
Text File  |  1993-03-16  |  311b  |  14 lines

  1. % For putting the upper part of the Postscript output page
  2. % into a 640x480 gif file.
  3. %
  4. %        -g640x480 uppr_gif.ps
  5.  
  6.  
  7.     gsave clippath pathbbox grestore
  8.     4 dict begin
  9.     /ury exch def /urx exch def /lly exch def /llx exch def
  10.     138 137 translate
  11.     1.3 1.3 scale
  12.     ury urx sub llx ury add neg translate
  13.     end
  14.